PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentFooter Class / setBottomMargin Method
Margin from bottom page border where the footer ends.
In This Topic
    setBottomMargin Method
    In This Topic
    Sets the bottom margin.
    If the footer bottom margin plus footer height are greater than page bottom margin, the page bottom margin is increased (content is moved up) in order to accomodate the footer.
    Syntax
    public void setBottomMargin( 
       double value
    )

    Parameters

    value
    Margin from bottom page border where the footer ends.
    See Also